send

fun <I : MVIIntent> I.send()

Deprecated

Context receivers are deprecated in Kotlin

Replace with

intent(this)

An alias for IntentReceiver.send


suspend fun <A : MVIAction> A.send()

Deprecated

Context receivers are deprecated in Kotlin

Replace with

action(this)

An alias for ActionReceiver.action